xen.git
2008-02-26 Keir FraserFix restore of saved image containing rtc_timeoffset
2008-02-26 Keir Fraservtpm: script function for identifying vTPM by its UUID
2008-02-25 Keir Fraserstubdom: Disable PCI passthrough functionality for...
2008-02-25 Keir Fraserx86: Foreign mappings of HVM-guest pages should not...
2008-02-25 Keir Fraserhvmloader/acpi: Simplify Processor Object definitions.
2008-02-25 Keir Fraserxenoprof: Fix x86 32-on-64 xenoprof_arch_counter()...
2008-02-25 Keir Fraserblktap: Remove some code duplication
2008-02-25 Keir Fraserioemu: Fix Solaris build.
2008-02-25 Keir Frasersvm: Fix stupid typo in svm_set_interrupt_shadow().
2008-02-22 Keir Fraserhvm: More emulation changes: push some of the realmode...
2008-02-22 Keir Fraserxen: Add license stanza to a few public headers.
2008-02-22 Keir Fraserx86 hvm: More emulation simplifications.
2008-02-22 Keir FraserNew Xenbus states Reconfiguring and Reconfigured.
2008-02-21 Keir Fraserhvm: Remove lots of custom trap-and-emulate code and...
2008-02-21 Keir FraserMove vtd and amd iommu code to arch-generic location.
2008-02-21 Keir Fraserx86_emulate: Allow writeback-avoidance optimisation...
2008-02-21 Keir Fraserblktap: qcow2 image format support
2008-02-20 Keir Fraserx86/64: Fix PAE-on-64 mmuext_op() preemption.
2008-02-20 Keir Fraserxenconsoled: don't force newline with timestamps
2008-02-20 Keir Fraserioemu: Share framebuffer between VGA device model and...
2008-02-20 Keir Fraserioemu: Do proper block device extent checks.
2008-02-20 Keir Fraserxm: Fix xm vcpu-pin to complain for CPU numbers out...
2008-02-20 Keir Fraserx86 shadow: Minor fix to the fast emulation patch.
2008-02-20 Keir Fraserx86 hvm: Replace old MMIO emulator with x86_emulate...
2008-02-19 Alex Williamsonmerge with xen-unstable.hg
2008-02-19 Alex Williamson[IA64] Fix getvcpucontext hypercall
2008-02-19 Alex Williamson[IA64] Fix shadow_op_off hypercall
2008-02-19 Alex Williamson[IA64] Avoid wild use of registers.
2008-02-19 Alex Williamson[IA64] Handle long vhpt format for ttag and thash.
2008-02-19 Alex Williamson[IA64] Self IO EMUlator - tools part
2008-02-19 Alex Williamson[IA64] Self IO EMUlator (sioemu) - Hypervisor part
2008-02-19 Alex Williamson[IA64] Build warning fix
2008-02-18 Keir Fraserhvm: Better gating of hvm_get_segment_register() in...
2008-02-18 Keir Fraserx86: Fix mod_l3_entry() for PAE-on-64 guests. The adjus...
2008-02-18 Keir Fraseria64: Fix build after PCI hotplug changes.
2008-02-18 Keir Fraseramd iommu: Allow device deassignment.
2008-02-15 Alex Williamson[IA64] Handle nested dtlb miss in vmx_dirty_bit
2008-02-15 Keir Fraserioemu: Fix the build.
2008-02-15 Keir Fraserx86: Fix debug build.
2008-02-15 Keir FraserEnable HVM guest VT-d device hotplug via a simple ACPI...
2008-02-15 Keir Fraserhvm acpi: Expose \_S4 ACPI object, allowing suspend...
2008-02-15 Keir FraserProvide fast write emulation path to release shadow...
2008-02-15 Keir Fraservt-d: Fix dom0 boot issue with vtd=1 on Stoakley platfo...
2008-02-15 Keir Fraserxenconsoled: Use ISO8601 date stamp format.
2008-02-14 Alex Williamson[IA64] Make translate_phy_pte() static
2008-02-14 Alex Williamson[IA64] Cleanup vmx_vcpu.h
2008-02-14 Alex Williamson[IA64] Add support for hvm live migration
2008-02-14 Alex Williamsonmerge with xen-unstable.hg
2008-02-14 Keir Fraserx86/64: Make BIOS call to declare our intention to...
2008-02-14 Keir Fraserx86 iommu: Define vendor-neutral interface for access...
2008-02-14 Keir Fraserioemu: Support the WMVi pseudoencoding in the vnc server.
2008-02-14 Keir Fraserx86 shadow: Reduce scope of shadow lock.
2008-02-14 Keir Fraserioemu: Stub out direct-Linux-boot support for anything...
2008-02-14 Keir Fraserioemu: backport upstream's qemu_memalign.
2008-02-14 Keir Fraserminios: drop unused xenblk_rxidx function
2008-02-14 Keir Fraserstubdom: optimize block io completion polling by not...
2008-02-14 Keir FraserMini-OS: Fix alignment in maybe_split()
2008-02-13 Keir Fraserxen: Clean up SMP/hotplug headers and implementation...
2008-02-13 Keir Fraservmx realmode: Only check for pending interrupts every...
2008-02-13 Alex Williamson[IA64] Cleanup: remove unused functions and definitions
2008-02-13 Alex Williamson[IA64] Cleanup in xc_ia64_linux_save.c
2008-02-13 Alex Williamson[IA64] Make xenitp more '|tee' friendly
2008-02-13 Keir Fraservmx realmode: __hvm_copy() should not hvm_get_segment_r...
2008-02-13 Keir Fraserx86 vmx: Streamline vmx_interrupt_blocked() to avoid...
2008-02-13 Keir Fraserx86 vmx: Remove bogus BUG_ON() introduced in previous...
2008-02-13 Keir Fraserx86 hvm: Factor out save/restore of segment registers...
2008-02-13 Keir FraserTools: fix save/restore of 32-bit PV guests with 64...
2008-02-13 Keir Fraserpv-on-hvm: Signal crash to Xen tools when HVM guest...
2008-02-12 Keir Fraserstubdom: missing two renames (avoids always re-compilin...
2008-02-12 Keir Fraserstubdom: Rename stubdom/*.build into stubdom/*-build...
2008-02-12 Keir FraserMake stubdom/Makefile override XEN_OS to MiniOS, and add
2008-02-12 Keir Fraser[BUILD] Disable LOCALVERSION_AUTO in upstream Linux...
2008-02-12 Keir Fraser[BUILD] Fixup support for building upstream kernels.
2008-02-12 Keir Fraser[BUILD] Add option to ensure kernel build is non-intera...
2008-02-12 Keir FraserAdd stubdomain support. See stubdom/README for usage...
2008-02-12 Keir Fraserlibxenctrl headers should not pollute macro namespace...
2008-02-12 Keir Fraserdevice-dm: Use SIGHUP before SIGKILL
2008-02-12 Keir Fraserxend: Remove redundant check of maximum memory size.
2008-02-12 Keir FraserAdd timestamp option to xenconsoled
2008-02-11 Keir FraserRendezvous selected cpus in softirq (stop_machine).
2008-02-11 Keir Fraserioemu: Dynamic VNC colour depth.
2008-02-11 Keir Fraserxen-api: Fix some errors in Xen-API's PBD class.
2008-02-11 Keir Fraserxen-api: Add TOC and hyperlink cross reference to xen...
2008-02-11 Keir Fraserioemu: save 3MB of ioport tables (on 64bit machines)
2008-02-11 Keir Fraserioemu: cope with partial reads/writes when using the...
2008-02-11 Keir Fraserx86 hvm: Allow HPET to be configured as a per-domain...
2008-02-11 Keir Fraserxend: Better support for legacy HVM config with hvmload...
2008-02-11 Keir Fraserx86: Compile fix for p2m audit code.
2008-02-11 Keir Fraservt-d: Remap interrupt for passthru device if such HW...
2008-02-11 Keir Fraserx86: Fix build after xentrace changes.
2008-02-11 Keir FraserDocument XenStore's new SET_TARGET message
2008-02-11 Keir Fraserx86 shadow: Move the shadow linear mapping for n-on...
2008-02-11 Keir Fraserxend: Remove redundant xc.domain_setcpuweight() all...
2008-02-11 Keir Fraserdomain builder: make vfb = [ 'type=sdl' ] work
2008-02-11 Keir Fraserioemu stubdom: make daemonize optional
2008-02-11 Keir Fraserioemu: some ifndef NO_UNIX_SOCKETS were missing
2008-02-11 Keir Fraserioemu: make AIO optional (already done upstream)
2008-02-11 Keir Fraserioemu: fix compilation without softfloat
2008-02-11 Keir Fraserioemu stubdom: make TPM optional
2008-02-11 Keir Fraserqemu: Queue mouse clicks.
next